home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ETO Development Tools 4
/
ETO Development Tools 4.iso
/
Essentials
/
C++ A'Link Files
/
1989
/
0014-Re Re Multiple Inher-Dec89
< prev
next >
Wrap
Text File
|
1991-03-06
|
803b
|
22 lines
Item forwarded by CPLUS.ADMIN to CP.ARCHIVES
Item 0272116 1-Dec-89 14:44
From: ALANDAIL AS & M, Alan Dail,PRT
To: D2079 Arthur Anderson, M Lockwood,PRT
cc: CPLUS.DEV$ C++ Interest List--Developers
CPLUS.APPLE$ C++ Interest List--Apple Employees
Sub: Re: Re: Multiple Inheritance
There seems to be a couple of serious problem with the proposed restriction
that multiple inheritance be limited to calsses with no common ancestor. 1)
you may not be the writer of the inherited classes. 2) this would eliminate
the possibility of using MI if you implement a smalltalk like class library
since everything would be a descendant of Object.
Alan